looping statement meaning in English
循环语句
Examples
- Loop statement synthesis method in vhdl language
语言中循环语句的综合方法 - Loop statement , the loop always runs at least once
语句中)进行测试,则循环总是会运行至少一次。 - Looping statements in php are used to execute the same block of code a specified number of times
Php循环语句的作用是:对同一个代码块执行指定的次数。 - It is very common to give the list a name instead of typing the list itself in to a loop statement . when creating a list like this , brackets are required
在循环中使用列表最普遍的做法是用一个列表名字代替键入列表本身。像这样创建一个列表,必须要有方括号。 - Very often when you write code , you want the same block of code to run a number of times . you can use looping statements in your code to perform this
在书写代码时,你经常会发现,某个代码快要被多次执行。如果出现了这种情况,你就可以通过循环语句来实现它。